home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sun4c / archive / tcltk.z / tcltk / man / catn / global.n < prev    next >
Text File  |  1994-09-20  |  874b  |  67 lines

  1.  
  2.  
  3.  
  4. global(n)             Tcl Built-In Commands
  5.  
  6.  
  7.  
  8. _________________________________________________________________
  9.  
  10. NAME
  11.      global - Access global variables
  12.  
  13. SYNOPSIS
  14.      global _v_a_r_n_a_m_e ?_v_a_r_n_a_m_e ...?
  15. _________________________________________________________________
  16.  
  17.  
  18. DESCRIPTION
  19.      This command is ignored unless  a  Tcl  procedure  is  being
  20.      interpreted.   If so then it declares the given _v_a_r_n_a_m_e's to
  21.      be global variables rather than local ones.  For  the  dura-
  22.      tion  of  the current procedure (and only while executing in
  23.      the current procedure), any reference to any of the _v_a_r_n_a_m_es
  24.      will refer to the global variable by the same name.
  25.  
  26.  
  27. KEYWORDS
  28.      global, procedure, variable
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Tcl                                                             1
  64.  
  65.  
  66.  
  67.